object DirAuswahlDlg: TDirAuswahlDlg Left = 225 Top = 115 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'Verzeichnis ausw�hlen' ClientHeight = 208 ClientWidth = 284 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 169 Height = 193 Shape = bsFrame IsControl = True end object OKBtn: TBitBtn Left = 196 Top = 28 Width = 77 Height = 27 TabOrder = 0 OnClick = OKBtnClick Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 196 Top = 64 Width = 77 Height = 27 TabOrder = 1 Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object DirectoryListBox1: TDirectoryListBox Left = 20 Top = 44 Width = 145 Height = 149 ItemHeight = 16 TabOrder = 2 OnDblClick = OKBtnClick end object DriveComboBox1: TDriveComboBox Left = 20 Top = 16 Width = 145 Height = 19 TabOrder = 3 OnClick = DriveComboBox1Click end end